/ .. / / -> download
<?xml version='1.0'?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<!-- 9/14/11 - kr - added keep with next to procedure -->	
	<xsl:template match="procedure">
		<xsl:apply-templates></xsl:apply-templates>
	</xsl:template>
	
	<xsl:template match="mainProcedure">
<!-- 9/14/11 - kr - added keep with next to procedure -->
		<fo:block text-align="center" font-weight="bold" font-style="italic" font-size="14pt" keep-with-next.within-page="always">
			<xsl:text>Procedure</xsl:text>
		</fo:block>
		<xsl:apply-templates/>
	</xsl:template>
	
	
</xsl:stylesheet>


/ gopher://khzae.net/0/s1000d/links/projects/3031/Army S1000D Stylesheets/FO-3031-A00-USARMY-PROCEDURAL_001-00_EN-US.xsl
Styles: Light Dark Classic